'Declaration Public Overloads Shared Function CreateTargetCollector<TTargetThe type of the target.>( _
ByVal nameИмя сборщика.As System.String, _
ByVal collectPredicateПредикат сбора.As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) _
) As Vintasoft.Imaging.Processing.Analyzers.TargetCollector(Of TTarget) (Of TTargetThe type of the target.)
public static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget> CreateTargetCollector<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> collectPredicate
)
public: static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget*>* CreateTargetCollector<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* collectPredicate
)
generic<typename TTarget> public:
static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget^>^ CreateTargetCollector(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ collectPredicate
)
Parameters
- name
- Имя сборщика.
- collectPredicate
- Предикат сбора.
Type Parameters
- TTarget
- The type of the target.
Return Value
Новый экземпляр класса TargetCollector<TTarget>.